
I'm trying to do auto select the option in dropdown menu but it is not showing dropdown menu and displaing title="Nothing Selected". In my code I have written opt.setAttribute("selected", "selected");
To set the option as selected you only need selected not selected="selected".